/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/***** FONT FACE *****/

@font-face 
{
	font-family: 'Roboto';
	src: url('../Fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Roboto';
	src: url('../Fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face 
{
	font-family: 'Roboto Condensed';
	src: url('../Fonts/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/***** CUSTOM REZI SKIN STYLES *****/

html
{
	--rezi-link: #337ab7;
}

.sidenav-wrapper
{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100vh;
	width: 20vw;
}

.off-canvas-content
{
	width: 80vw;
	float: right;
}

nav.title-bar
{
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .2);
}

.title-bar .menu-icon span
{
	height: 40px;
	width: 40px;
	border-radius: 4px;
}

.js-off-canvas-exit
{
	box-shadow: none;
}

body
{
	color: #45494C;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

.body-container
{
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

_generic_.page-layout-front-main
{
	background-color: transparent;
}

.buttons._Skins_Rezi_NavigationButtons.mc-component .button-group-container-left
{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.buttons._Skins_Rezi_NavigationButtons.mc-component button.button.needs-pie
{
	position: relative;
	overflow: visible;
	width: auto;
}

._Skins_Rezi_NavigationButtons.mc-component .button.next-topic-button .button-icon
{
	background-size: contain;
}

._Skins_Rezi_NavigationButtons.mc-component .button.previous-topic-button .button-icon
{
	background-size: contain;
}

._Skins_Rezi_NavigationButtons.mc-component .button.previous-topic-button .button-text
{
	margin-left: 3px;
}

div._Skins_Rezi_Language_Picker.mc-component
{
	position: fixed;
	z-index: 9999 !important;
	top: 30px !important;
	right: 420px !important;
	left: unset !important;
}

MadCap|menuProxy.rezi-menu-proxy
{
	list-style: none;
	line-height: 12pt;
	padding: 0;
}

MadCap|dropDownHotspot.rezi-dropdown-hotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494C;
	font-weight: bold;
	border-bottom: none;
	font-size: 12pt;
}

/***** CONTENT *****/

img
{
	border: none;
	max-width: 100%;
}

p
{
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	font-size: 12pt;
	line-height: 18pt;
	font-family: 'Roboto', sans-serif;
}

p.table-text
{
	font-size: 12pt;
}

/***** HEADINGS *****/

h1
{
	margin: .50em 0;
	margin-bottom: .50em;
	font-size: 18.0pt;
	line-height: 18pt;
	color: #45494C;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

h2
{
	color: #45494C;
	font-size: 15.0pt;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

h3
{
	color: #45494C;
	font-size: 13.0pt;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

h4
{
	font-size: 12.0pt;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #45494C;
}

h5
{
	font-size: 10.0pt;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

h6
{
	font-size: 8.0pt;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

h1.rezi-home
{
	font-size: 20pt;
}

/***** LINKS *****/

a
{
	color: #337ab7;
}

a:link
{
	color: #337ab7;
}

a:visited
{
	color: #800080;
}

/***** REZI Home page Topic *****/

div.home-layout
{
	background-color: #FFFFFF;
	padding: 50px 3% 10px;
	min-height: calc(100vh - 275px);
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px #DADEE1;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #E5F1FB;
	padding: 2%;
	color: #000000;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: #DADEE1;
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

/*div.main-section
{
	background: transparent url('../Images/BetaDraft-BackgroundImage.svg') repeat;
}*/

/***** MADCAP-RELATED REZI CUSTOM STYLES *****/

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Open.png');
	mc-closed-image: url('../Images/Closed.png');
	padding: 10px 0;
	border-bottom: none transparent;
}

MadCap|dropDownBody
{
	padding: 10px 0px;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #45494C;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: #45494C;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #d22730;
}

MadCap|xref
{
	font-weight: bold;
	text-decoration: underline;
	color: #d22730;
	mc-format: "{paratext}";
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #45494C;
}

/***** LISTS *****/

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1.2em;
}

li
{
	font-size: 12pt;
	line-height: 12pt;
}

/***** PAGE LAYOUT *****/

p.frame-footer-page-number
{
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}

p.frame-footer-text
{
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

.page-layout-front-header
{
	background-color: #d22730;
	height: 155px;
	width: 825px;
}

.page-layout-front-logo
{
	height: 90px;
	width: 724px;
	background-color: transparent;
	background-image: url('../Images/HoneywellHome_Logo_CMYK_Blk.png');
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.page-layout-front-main
{
	background-color: #E5F1FB;
	height: 650px;
	margin: 0px;
}

.page-layout-front-footer
{
	height: 275px;
	margin: 0px;
	background-color: #45494C;
	background-repeat: no-repeat;
	background-size: cover;
}

/***** REZI RESPONSIVE LAYOUT STYLES *****/

div.rezi-row-col-6	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div.rezi-row-col-6::before
{
	content: ' ';
	display: table;
}

div.rezi-row-col-6::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.rezi-row-col-6 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12.5px;
	padding-right: 12.5px;
}

div.rezi-row-4-4-4	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.rezi-row-4-4-4::before
{
	content: ' ';
	display: table;
}

div.rezi-row-4-4-4::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.rezi-row-4-4-4 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.rezi-row-4-4-4 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.rezi-row-4-4-4 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.rezi-row-4-4-4 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

/* Master page */

div.home-footer
{
	background-color: #292929;
	padding: 40px 50px;
}

.home-footer-logo
{
	background-image: url('../Images/HoneywellHome_Logo_RGB_Red.png');
	background-repeat: no-repeat;
	background-position: right center;
	width: 400px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #FFFFFF;
}

p.footer-sub
{
	color: #FFFFFF;
	font-size: 14pt;
	margin-top: 14px;
}

/***** REZI CUSTOM CONTENT STYLES *****/

div.rezi-row-col-6-space-between	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div.rezi-row-col-6-space-between::before
{
	content: ' ';
	display: table;
}

div.rezi-row-col-6-space-between::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.rezi-row-col-6-space-between > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
}

div.rezi-row-col-6-space-between > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.rezi-row-col-6-space-between > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.rezi-row-col-6-reverse	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.rezi-row-col-6-reverse::before
{
	content: ' ';
	display: table;
}

div.rezi-row-col-6-reverse::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.rezi-row-col-6-reverse > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
}

div.rezi-row-col-6-reverse > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.rezi-row-col-6-reverse > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.rezi-row-col-6-new	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.rezi-row-col-6-new::before
{
	content: ' ';
	display: table;
}

div.rezi-row-col-6-new::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.rezi-row-col-6-new > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

div.rezi-row-col-6-new > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.rezi-row-col-6-new > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.rezi-row-col-6 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.rezi-row-col-6 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

a.rezi-link
{
	color: #337ab7;
	font-weight: bold;
	text-decoration: underline;
}

p.rezi-links
{
	margin: 0.5em 0;
	color: #337ab7;
	font-weight: bold;
}

object.rezi-video
{
	width: 100%;
	height: 315px;
}

p.rezi-note
{
	background-color: #E5F1FB;
	padding: 5px 10px;
	width: 100%;
	font-size: 12pt;
}

div.rezi-layout
{
	background-color: #FFFFFF;
	padding: 20px 5%;
}

div.rezi-layout h1
{
	margin: 0;
}

p.rezi-annot
{
	color: #767676;
	font-style: italic;
}

div.rezi-header h1
{
	margin: 0;
}

p.header-subtitle
{
	margin-bottom: 20px;
	margin-top: 10px;
}

div.rezi-feedback
{
	margin: 40px 0;
}

div.rezi-feedback p
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

p.rezi-table-p
{
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	font-size: 10pt;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 18pt;
}

p.rezi-table-annot
{
	color: #767676;
	font-style: italic;
	margin: 0;
	font-size: 10pt;
	line-height: 10pt;
}

p.rezi-title-attn
{
	padding: 5px 10px;
	width: 100%;
	font-weight: bold;
	font-size: 14pt;
	background-color: #F7F7F7;
}

p.rezi-test
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	font-size: 10pt;
	background-color: #ff585b;
	color: #ffffff;
	font-weight: bold;
}

div.rezi-footer
{
	background: #222222;
	color: #FFFFFF;
	padding: 10px 0;
}

div.rezi-row-col-6-footer
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

a.rezi-square-btn
{
	color: #FFFFFF;
	padding: 5px 10px;
	border: 1px solid white;
	display: block;
	font-size: 10pt;
	text-decoration: none;
}

a.rezi-square-btn:hover
{
	background: white;
	color: #337ab7;
}

p.header-title
{
	margin: 0;
	font-size: 20pt;
	color: #45494C;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

img.rezi-float-right
{
	border: none;
	max-width: 100%;
}

p.rezi-grayshaded
{
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	font-size: 12pt;
}

hr.rezi-hr-dotted
{
	width: 100%;
	border: none;
}

p.rezi-subtitle
{
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

p.rezi-note-red
{
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	font-size: 10pt;
	line-height: 1rem;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	color: #d22730;
	font-style: italic;
}

p.rezi-table-wiring-annot
{
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	font-size: 9pt;
	line-height: 9pt;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #696969;
}

MadCap|menuProxy.rezi-minitoc
{
	mc-toc-depth: 2;
	mc-context-sensitive: True;
	mc-include-parent: True;
	mc-include-siblings: True;
	mc-include-children: True;
	padding-left: 0;
}

ul.rezi-minitoc
{
	padding-left: 1rem;
}

ul.rezi-minitoc ul
{
	padding: 0;
	list-style: none;
}

ul.rezi-minitoc li.tree-node
{
	list-style: none;
}

ul.rezi-minitoc ul li
{
	list-style: none;
}

ul.rezi-minitoc ul a
{
	text-decoration: none;
}

ul.rezi-minitoc > li > a
{
	display: none;
}

hr.rezi-hr-menu
{
	margin-bottom: 25px;
	margin-top: 25px;
}

hr.rezi-hr-home-videos
{
	margin-bottom: 25px;
	margin-top: 25px;
	display: none;
}

div.rezi-mobile-table
{
	
}

div.rezi-mobile-table-element
{
	
}

.height-container-sidenav
{
	padding-bottom: 0;
}

div.rezi-container
{
	padding-left: 4%;
	padding-right: 4%;
}

h1.rezi-print-header
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #d22730;
	margin: .50em 0;
	margin-bottom: .50em;
}

p.rezi-faq-question
{
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

p.rezi-faq-answer
{
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	font-size: 12pt;
	margin-top: 10px;
}

p.rezi-note a
{
	word-wrap: break-word;
}

.TableStyle-rezi-table ul
{
	padding-left: 20px;
}

.TableStyle-rezi-table-large ul
{
	padding-left: 20px;
}

.TableStyle-rezi-table-large th
{
	position: sticky;
	top: -30px;
	z-index: 10;
}

hr
{
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

ol.rezi-table-home-ol
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}

ol.rezi-table-home-ol li
{
	margin-bottom: 0;
	margin-top: 0;
}

ol.rezi-table-home-ol li p
{
	margin-bottom: 0;
	margin-top: 0;
}

p.rezi-wo-margins
{
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	font-size: 12pt;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
}

div.rezi-div-padding
{
	padding-left: 25px;
	padding-right: 25px;
}

p.rezi-p-wiring-diagrams
{
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	font-size: 12pt;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 12pt;
}

p.rezi-p-wiring-diagrams-caption
{
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 12pt;
	font-size: 10pt;
}

p.rezi-wo-margin-bottom
{
	letter-spacing: 0.25px;
	widows: 3;
	orphans: 3;
	color: #45494C;
	font-size: 12pt;
	margin: 0;
	margin-bottom: 0;
	margin-top: 20px;
}

p.rezi-TOCHeading
{
	page-break-before: always;
}

h2.rezi-print-header
{
	font-weight: bold;
	font-size: 18.0pt;
	color: #45494C;
}

h3.rezi-print-header
{
	font-weight: bold;
	font-size: 14.0pt;
	color: #45494C;
}

div.rezi-video-container
{
	
}

img.rezi-svg
{
	border: none;
	max-width: 100%;
}

div.rezi-print-img-caption
{
	
}

div.rezi-break-page
{
	
}

ul.rezi-bullet-dash
{
	margin-left: 60px;
}

img.rezi-denali-scrnsht
{
	height: auto;
	width: 400px;
}

p.rezi-footer
{
	font-size: 10pt;
	line-height: 10pt;
	margin: 0;
	color: #ffffff;
}

/***** DANGER BOX CLASSES *****/

div.rezi-danger
{
	margin: 10px 0px;
	border-radius: 10px;
	background: #ffd0d0;
	border-left: solid 5px #d40606;
	border: solid 0px #000000;
}

div.rezi-danger-title
{
	background-color: #D40606;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 8px;
}

div.rezi-danger-title img
{
	height: 25px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

div.rezi-danger-title span
{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: white;
	display: inline-block;
	vertical-align: middle;
}

div.rezi-danger-warning-text
{
	padding: 10px;
}

div.rezi-danger-warning-text p
{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000000;
}

/***** WARNING BOX CLASSES *****/

div.rezi-warning
{
	margin: 10px 0px;
	border-radius: 10px;
	background-color: #ffd0d0;
	border-left: solid 5px #d40606;
	border: solid 0px #000000;
}

div.rezi-warning-title
{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-color: #ffd997;
	padding: 10px 10px 4px;
}

div.rezi-warning-title img
{
	height: 25px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

div.rezi-warning-title span
{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
}

div.rezi-warning-warning-text
{
	background-color: #ffd997;
	border-radius: 10px;
	padding: 4px 10px 10px;
}

div.rezi-warning-warning-text p
{
	margin: 0;
	font-weight: normal;
	color: #000000;
}

/***** IMPORTANT BOX CLASSES *****/

div.rezi-important2
{
	margin: 10px 0px;
	border-radius: 10px;
	background-color: #d4e9ff;
	border-left: solid 5px #d40606;
	border: solid 0px #000000;
	padding: 10px;
}

div.rezi-important2 img
{
	display: inline-block;
	height: 25px;
	margin-right: 6px;
}

div.rezi-important2 p
{
	margin: 0;
	color: #000000;
}

/***** NOTE BOX CLASSES *****/

div.rezi-note
{
	margin: 10px 0px;
	border-radius: 10px;
	background-color: #efefef;
	border-left: solid 5px #d40606;
	border: solid 0px #000000;
	padding: 10px;
}

div.rezi-note p
{
	margin: 0;
	color: #000000;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: #DADEE1;
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: #000000;
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.title-page-footer
{
	color: #45494C;
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: #45494C;
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: #45494C;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
	font-size: 9pt;
	line-height: 9pt;
}

p.TOC2
{
	color: #45494C;
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: .25in;
}

p.TOC3
{
	color: #45494C;
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: .5in;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: #A4AAAE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: #A4AAAE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

span.SearchHighlight
{
	background: #60ff63;
}

@media only screen and (max-width: 1279px)
{
	/* Template styles */

	.off-canvas-content
	{
		width: 100%;
	}

	.title-bar-layout .logo-wrapper
	{
		justify-content: right;
	}

	nav.title-bar .menu-icon
	{
		left: 0;
	}

	nav.title-bar .menu-icon span
	{
		height: 40px;
		width: 40px;
		border-radius: 4px;
	}

	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.rezi-row-4-4-4 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.rezi-row-4-4-4 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.rezi-row-4-4-4 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-space-between > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-space-between > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-reverse > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-reverse > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div._Skins_Rezi_Language_Picker.mc-component
	{
		top: 24px !important;
		left: 70px !important;
	}

	._Skins_Rezi_Language_Picker.mc-component .toolbar-button-drop-down.select-language-drop-down
	{
		top: 28px !important;
		left: -64px !important;
	}

	div.rezi-row-col-6-new > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-new > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.rezi-row-col-6 > div:nth-child(1)
	{
		margin-left: 0%;
		width: 50%;
	}

	div.rezi-row-col-6 > div:nth-child(2)
	{
		margin-left: 0%;
		width: 50%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
		background-position: center center;
		width: 100%;
	}

	div.rezi-row-4-4-4 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.rezi-row-4-4-4 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.rezi-row-4-4-4 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-space-between > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-space-between > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	hr.rezi-hr-home-videos
	{
		display: block !important;
	}

	div.rezi-row-col-6-reverse
	{
		display: flex;
		flex-flow: column-reverse;
	}

	div.rezi-row-col-6-reverse > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-reverse > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	h1
	{
		line-height: 18pt;
		font-size: 16pt;
	}

	div.rezi-mobile-table-element:nth-of-type(odd)
	{
		background-color: #F7F7F7;
	}

	div.rezi-mobile-table-element
	{
		padding: 15px;
		margin-bottom: 15px;
	}

	div.rezi-mobile-table-element p
	{
		margin: 0;
		margin-bottom: 0;
		line-height: 12pt;
	}

	div.rezi-mobile-table-element p.title
	{
		font-size: 16pt;
		line-height: 16pt;
		font-weight: bold;
		margin-bottom: 5px;
	}

	div.rezi-mobile-table-element p.subtitle
	{
		font-size: 13pt;
		line-height: 13pt;
		font-weight: bold;
		margin-bottom: 5px;
	}

	div.rezi-container
	{
		padding-left: 2%;
		padding-right: 2%;
	}

	p.header-title
	{
		font-size: 18pt;
		line-height: 18pt;
	}

	div.rezi-row-col-6 > div
	{
		margin-bottom: 20px;
	}

	div.rezi-row-col-6-new > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.rezi-row-col-6-new > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.rezi-row-col-6 > div:nth-child(1)
	{
		margin-left: 0%;
		width: 100%;
	}

	div.rezi-row-col-6 > div:nth-child(2)
	{
		margin-left: 0%;
		width: 100%;
	}

	table.TableStyle-rezi-table-large
	{
		border: none;
	}

	table.TableStyle-rezi-table-large tr
	{
		border: 1px solid #c0c0c0;
	}

	table.TableStyle-rezi-table-large tr:not(:first-of-type)
	{
		margin-top: 10px;
	}

	table.TableStyle-rezi-table-large td
	{
		border-right: none;
	}

	table.TableStyle-rezi-table-large,
	table.TableStyle-rezi-table-large tbody,
	table.TableStyle-rezi-table-large tr,
	table.TableStyle-rezi-table-large td
	{
		display: block;
	}

	table.TableStyle-rezi-table-large thead
	{
		display: none;
	}

	table.TableStyle-rezi-table-large td::before
	{
		content: attr(data-th);
		display: block;
		font-weight: bold;
		font-size: 14px;
	}

	table.TableStyle-rezi-table-large td[role=rowheader]
	{
		background-color: #E7E9EB;
		padding: 10px 5px;
		text-align: left;
	}

	table.TableStyle-rezi-table-large td[role=rowheader] p
	{
		font-size: 12pt !important;
	}

	table.TableStyle-rezi-table-large td[role=rowheader]::before
	{
		font-size: 14pt;
		display: none;
	}

	h2
	{
		font-size: 14pt;
	}

	h3
	{
		
	}

	iframe
	{
		width: 100%;
		height: 100%;
	}

	hr
	{
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}
}

@media print
{
	dl,
	ul,
	ol
	{
		padding-left: 0;
		margin-left: 1.8em;
		margin-bottom: 10px;
	}

	h1
	{
		mc-hyphenate: never;
		font-size: 15pt;
		page-break-before: always;
	}

	h2
	{
		mc-hyphenate: never;
		font-size: 13pt;
		page-break-before: avoid;
		margin: 1.2em 0 .75em;
	}

	h3
	{
		mc-hyphenate: never;
		font-size: 11pt;
		page-break-before: avoid;
		margin: 1.0em 0 0.83em;
	}

	p
	{
		mc-hyphenate: never;
		font-size: 10pt;
		margin: 1em 0;
		line-height: 12pt;
	}

	h4
	{
		mc-hyphenate: never;
		font-size: 10pt;
		page-break-before: avoid;
		margin: 1em 0 1.12em;
	}

	h5
	{
		mc-hyphenate: never;
		page-break-before: avoid;
	}

	h6
	{
		mc-hyphenate: never;
		page-break-before: avoid;
	}

	p.TOC1
	{
		font-weight: bold;
		font-size: 10pt;
		line-height: 10pt;
		margin: 0.5em 0 0.25em 0;
	}

	p.TOC2
	{
		font-size: 10pt;
		line-height: 10pt;
		margin: 0.5em 0 0.25em 1em;
	}

	p.TOC3
	{
		font-size: 10pt;
		line-height: 10pt;
		margin: 0.5em 0 0.25em 2em;
	}

	li
	{
		font-size: 10pt;
		font-family: 'Roboto', sans-serif;
	}

	h1.rezi-print-header
	{
		font-size: 16pt;
		color: #45494C;
		mc-heading-level: 0;
		page-break-before: avoid;
	}

	h2.rezi-print-header
	{
		font-size: 14pt;
		color: #45494C;
		mc-heading-level: 0;
		page-break-before: avoid;
	}

	h3.rezi-print-header
	{
		color: #45494C;
		font-size: 12pt;
		mc-heading-level: 0;
		page-break-before: avoid;
	}

	p.rezi-faq-answer
	{
		font-size: 10pt;
		line-height: 12pt;
	}

	p.rezi-faq-question
	{
		font-size: 10pt;
		line-height: 12pt;
	}

	p.rezi-grayshaded
	{
		font-size: 10pt;
		line-height: 12pt;
	}

	p.rezi-note
	{
		font-size: 10pt;
	}

	p.rezi-note-red
	{
		line-height: 12pt;
	}

	p.rezi-p-wiring-diagrams
	{
		font-size: 10pt;
	}

	p.rezi-subtitle
	{
		font-size: 10pt;
	}

	p.rezi-table-p
	{
		line-height: 12pt;
	}

	p.rezi-table-wiring-annot
	{
		font-size: 10pt;
		line-height: 12pt;
	}

	p.rezi-wo-margin-bottom
	{
		font-size: 10pt;
	}

	p.rezi-wo-margins
	{
		font-size: 10pt;
		margin-top: 2px;
	}

	hr
	{
		margin-bottom: 10px;
		border: none;
		margin-top: 0px;
	}

	MadCap|menuProxy.rezi-minitoc
	{
		display: none;
	}

	hr.rezi-hr-menu
	{
		margin-top: 0;
		margin-bottom: 10px;
		display: none;
	}

	MadCap|xref
	{
		font-weight: normal;
		color: #337ab7;
		font-size: 10pt;
		mc-format: '{quote}{paratext}{quote} {pageref}';
	}

	/* DANGER BOX CLASSES*/

	div.rezi-danger
	{
		border-radius: 0;
		border: 1px solid #000000;
	}

	div.rezi-danger-title
	{
		border-radius: 0;
		background-color: #000000;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	div.rezi-danger-title img
	{
		height: 20px;
	}

	div.rezi-danger-title span
	{
		position: relative;
		top: -4px;
	}

	div.rezi-danger-warning-text
	{
		font-family: 'Roboto', sans-serif;
		background-color: #FFFFFF;
		padding-top: 8px;
		padding-bottom: 4px;
	}

	div.rezi-danger-warning-text span
	{
		font-weight: bold;
		color: #45494C;
	}

	div.rezi-danger-warning-text p
	{
		color: #45494C;
	}

	/* WARNING BOX CLASSES*/

	div.rezi-warning
	{
		border-radius: 0px;
		border: 1px solid #000000;
		background-color: #FFFFFF;
	}

	div.rezi-warning-title
	{
		border-radius: 0;
		background-color: #FFFFFF;
		padding-top: 4px;
		padding-bottom: 4px;
		color: #45494C;
	}

	div.rezi-warning-title img
	{
		height: 20px;
	}

	div.rezi-warning-title span
	{
		position: relative;
		top: -4px;
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		color: #45494C;
	}

	div.rezi-warning-warning-text
	{
		background-color: #FFFFFF;
		padding-top: 4px;
		padding-bottom: 4px;
		border-radius: 0px;
		color: #45494C;
	}

	div.rezi-warning-warning-text p
	{
		color: #45494C;
	}

	/* IMPORTANT BOX CLASSES*/

	div.rezi-important2
	{
		background-color: #FFFFFF;
		border-radius: 0px;
		padding: 0px;
	}

	div.rezi-important2 p
	{
		color: #45494C;
	}

	div.rezi-important2 img
	{
		height: 15px;
	}

	/* NOTE BOX CLASSES*/

	div.rezi-note
	{
		background-color: #FFFFFF;
		border-radius: 0px;
		padding: 0px;
	}

	div.rezi-note p
	{
		color: #45494C;
	}

	/* REZI RESPONSIVE LAYOUT */

	div.rezi-row-col-6
	{
		margin-bottom: 20px;
		page-break-inside: avoid;
	}

	div.rezi-row-col-6 > div
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	div.rezi-row-col-6 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.rezi-row-col-6 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	ul.rezi-ul-table
	{
		margin: 20px 0;
		line-height: 12pt;
	}

	div.rezi-footnotes
	{
		margin-bottom: 20px;
		margin-top: 5px;
	}

	ol.rezi-table-home-ol
	{
		margin: 0px;
	}

	p.TOC4
	{
		font-weight: normal;
		line-height: 10pt;
		margin: 0.5em 0 0.25em 3em;
	}

	h1.rezi-home
	{
		line-height: 1.2;
	}
}

ul.rezi-ul-table
{
	
}

div.rezi-footnotes
{
	
}

